From: Sam Reed Date: Tue, 25 May 2010 12:43:04 +0000 (+0000) Subject: Remove &redirects from example X-Git-Tag: 1.31.0-rc.0~36736 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=99246b6cfafe56e9f9610bfd3f371e45d438ec81;p=lhc%2Fweb%2Fwiklou.git Remove &redirects from example --- diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index 5136405594..84b3185a8a 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -134,7 +134,7 @@ class ApiQueryIWLinks extends ApiQueryBase { protected function getExamples() { return array( 'Get interwiki links from the [[Main Page]]:', - ' api.php?action=query&prop=iwlinks&titles=Main%20Page&redirects', + ' api.php?action=query&prop=iwlinks&titles=Main%20Page', ); }